Learn how to prepare your search implementation for AI Personalization.
userToken
in your search queries using InstantSearch, use the configure
widget to set the userToken
search parameter.
userToken
in your search queries with an API client, use the search
method to send the userToken
search parameter.
enablePersonalization
search parameter at query time, set it in the index settings when moving to production.
This lets you A/B test the impact of personalization without having to modify code.